Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Serialization Namespace / C1PropsTable.WriteDelegate<T> Delegate

In This Topic
    C1PropsTable.WriteDelegate<T> Delegate
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Public Delegate Sub C1PropsTable.WriteDelegate(Of T As IC1Serializable)( _
       ByVal writer As C1WriterBase, _
       ByVal obj As T _
    ) 
    public delegate void C1PropsTable.WriteDelegate<T>( 
       C1WriterBase writer,
       T obj
    )
    where T: IC1Serializable

    Parameters

    writer
    obj

    Type Parameters

    T
    See Also